/* 公用CSS */
a {blr:expression(this.onFocus=this.blur());}
a {outline: none;}
a:focus {outline: none;}

/* body { -webkit-filter: grayscale(100%);filter: grayscale(100%); } */

*{ margin:0; padding:0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
body{ font: 12px/1 Tahoma, Helvetica, Arial, ”\5b8b\4f53″, sans-serif; font-family:"新宋体"; }
table { border-collapse:collapse; border-spacing:0; }
img{ vertical-align:top;border:0; }
ol, ul { list-style:none; }
li{ list-style:none;}
a{ text-decoration:none; }
a:hover { text-decoration:underline; }
p{ line-height:18px; }
input,select{ font-size:12px; vertical-align:middle; }
strong { font-weight:800; }
.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
.clear{clear:both;margin:0;parding:0;height:0px;font-size:0px;}
.h5,.h10,.h20,.h30,.h40,.h50,.h60,.h80,.h100{ clear:both;margin:0;parding:0;}
.h5{ height:5px;}
.h10{ height:10px;}
.h20{ height:20px;}
.h30{ height:30px;}
.h40{ height:40px;}
.h50{ height:50px;}
.h60{ height:60px;}
.h80{ height:80px;}
.h100{ height:100px;}


/* 分页GO */
#pages { width: 100%; overflow: hidden; padding-top: 10px;text-align:center; display:flex; align-items:center;justify-content: center; }
#pages .pagination{ width: 100%; overflow: hidden; text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;}
#pages .page-item{ display:inline-block; margin:0 2px;  height:35px; line-height:35px; background:#fff; border:1px solid #e0e0e0;
    text-align:center; color:#666; border-radius: 2px; }
#pages .page-item a,#pages .page-item span { display:inline-block; padding:0 8px; min-width:25px; height:35px; line-height:35px; overflow:hidden; color:#666666; }
#pages .page-item.active,#pages .page-item:hover{ background:#fff; border:1px solid #004483; color:#004483; }
#pages .page-item.active a,#pages .page-item:hover a,#pages .page-item:hover span,#pages .page-item.active span{ color:#004483; }
#pages a.a1{ padding-left:12px; }
/* 分页OVER */